From 60380262a783b6eb85425d9140e2a28998f8cc37 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 13 Feb 2001 09:02:04 +0000 Subject: [PATCH] (hi-lock-find-patterns): Don't activate font-lock-mode. --- lisp/hi-lock.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 0ae3dbddce6..20961226cb5 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -550,7 +550,6 @@ Optional argument END is maximum excursion." (hi-lock-current-line))) nil)))) (if patterns (setq all-patterns (append patterns all-patterns)))))) - (unless font-lock-mode (font-lock-mode)) (when hi-lock-mode (hi-lock-set-file-patterns all-patterns)) (if (interactive-p) (message (format "Hi-lock added %d patterns." (length all-patterns))))))) -- 2.30.2